home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Vault: The Gold Collection
/
Software Vault - The Gold Collection (American Databankers) (1993).ISO
/
cdr15
/
disp135.zip
/
RUNME.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-04-23
|
988b
|
30 lines
@echo off
rem
rem Place go32.exe within search path
rem (this go32.exe is a modified version for vesa and
rem is COMPLETELY compatible with original version)
rem *** But some people report that this go32.exe is not compatible with
rem other DJGPP program in their system. If you encounter this problem,
rem DON'T put go32.exe within search path.
rem
rem Be sure, the directory is UNIX style
rem Choose one from the following:
rem
rem set tmp=c:/tmp
rem set temp=c:/tmp
set go32tmp=c:/tmp
rem
rem Choose your video driver, must include full pathname.
rem Video drivers are borrowed from DJGPP.
rem
rem if you choose xxxxx.grn as video driver, add 'nc 256' to GO32
rem
rem if you don't have 80x87, add 'emu x:/xxxxx/emu387' to GO32
rem
set go32=driver c:/display/driver/et4000.grn nc 256
rem
rem if you put go32.exe within search path :
c:\display\display
rem if you don't put go32.exe within search path:
rem c:\display\go32 c:\display\display.exe